home *** CD-ROM | disk | FTP | other *** search
- /*
- * boot.h --
- *
- * Boot program definitions.
- *
- * Copyright 1986 Regents of the University of California
- * All rights reserved.
- *
- *
- * $Header: /sprite/src/boot/diskBoot.OpenProm/RCS/boot.h,v 1.3 90/07/17 15:42:02 mendel Exp $ SPRITE (Berkeley)
- */
-
- #ifndef _BOOT
- #define _BOOT
-
- /*
- * SUN_PROM_BOOT - boot using the drivers in the Sun PROMs.
- */
- #define SUN_PROM_BOOT
- #endif
-